Welcome![Sign In][Sign Up]
Location:
Search - thread linux

Search list

[Linux-Unixad_programming

Description: LINUX/c语言高级编程例题源码,进程间通信。-linux C thread ipc, process ipc。
Platform: | Size: 88064 | Author: mystudyhome | Hits:

[Linux-Unixthread

Description: 这是在solomon平台(使用linux系统)下,多线程编程。-This is in solomon platform (using the linux system), the multi-threaded programming.
Platform: | Size: 3072 | Author: zhu | Hits:

[Linux-Unixthread

Description: 该程序证明了在linux下不同线程函数的局部变量可以互访。-The program proved that the function of different threads under linux local variables can be exchanged visits.
Platform: | Size: 1024 | Author: false2010 | Hits:

[Process-Threadthread

Description: 这是多线程编程,是线程的流水线模式编程,完全Linux编程-This is a multi-threaded programming is thread pipelined mode programming, complete Linux programming
Platform: | Size: 1024 | Author: 文月如 | Hits:

[Linux-Unixthread

Description: Linux多线程程序最简单的一个例程,AT91SAM9260板上的一个例子。-Linux multi-threaded program, a simple routine, AT91SAM9260 board an example.
Platform: | Size: 4096 | Author: 张俊哲 | Hits:

[Linux-Unixthread_struct

Description: Linux创建线程,传递结构体参数的范例!-Linux create a thread, passing the parameters of the sample structure!
Platform: | Size: 1024 | Author: oyj | Hits:

[Linux-Unixthread

Description: linux下线程的相关应用,创建两个线程,交替输出信息-linux application under the relevant thread, to create two threads, alternating output
Platform: | Size: 1024 | Author: 沈文斌 | Hits:

[Linux-Unixthreadpool_linux

Description: linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
Platform: | Size: 5120 | Author: simon | Hits:

[Internet-Networklinux_threadpool

Description: linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
Platform: | Size: 4096 | Author: sy | Hits:

[Linux-Unixexamples

Description: Tilera 芯片linux下并行程序的C语言实现,全部例程源代码,打包共享-Tilera Multi-Processor Multi-Thread Programme Examples
Platform: | Size: 1189888 | Author: 曾三 | Hits:

[Windows Developda

Description: 1.实验目的 (1)理解进程/线程同步的方法,学会运用进程/线程同步的方法解决实际问题; (2)了解windows系统或unix/linux系统下中信号量的使用方法。 -1. Purpose of the experiment (1) understand the process/thread synchronization methods, learn to use the process/thread synchronization methods to solve practical problems (2) understand the windows system or unix/linux system to use the semaphore.
Platform: | Size: 144384 | Author: sky | Hits:

[Embeded Linuxuse-for-thread

Description: linux下,线程编程指南,大部分线程的API的使用方法和注意事项-linux, the thread programming guide, most of the threads API of the use of methods and precautions
Platform: | Size: 14336 | Author: 张扬 | Hits:

[Internet-NetworkHilos

Description: Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wa-Simple program to call 2 threads in C for linux to compile : gcc hilo.c -l pthread -o thread -Wall
Platform: | Size: 1024 | Author: loginkier | Hits:

[Linux-Unixthread

Description: 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用任务对象,如过取到一个有效的任务对象,就从工作线程组中查找出来 一个空闲的工作线程,把这个任务交给这个空闲的线程去执行,如果没有空闲线程则创建新 的工作线程并添加到工作线程组中。 (1),(2),(3),(4)组成了库的核心,可以稍加修改进行应用 其他附属类: (5):CSimpleUDP 一个简易的封装的UDP通讯类 (6):CLogHelper 一个线程安全的日志类,将日志存储到指定文件并能打印到标准输出 特点:支持windows和Linux平台 -Outline the principles and the role of each class (1): CTask a task base class, as arguments to thread (2): CWorkThread: Class of worker threads, polling detection parameters are available, if available, Go to the implementation of the function call parameters CTask Execute, if the parameter is not available to wait (3): CWorkQueue: a task queue, which loaded CTask subclass object is a container object (4): CWorkThreadPool: worker thread pool, which contains the group of worker threads, scheduling threads, thread scheduling non-stop testing Task queue is available in the task object, such as over the task of taking to a valid object, the thread from the Working Group to find out An idle worker thread, this task to the idle thread to execute, if no idle thread is to create a new The work of the thread and added to the thread group. (1), (2), (3), (4) form the core of the library, can be modified for application Other sub categories: (5): CSim
Platform: | Size: 38912 | Author: 金建业 | Hits:

[Linux-Unixthread

Description: 掌握linux下的线程编程,并且有助于了解进程与线程之间的区别-Linux thread programming under control and helps to understand the difference between processes and threads
Platform: | Size: 1024 | Author: John | Hits:

[Linux-Unixthread

Description: Linux高级环境编程,线程编程、线程的创建、多线程,希望对你的学习有帮助-Senior Environmental Linux programming, thread programming, thread creation, multi-threaded, you want help in learning
Platform: | Size: 2048 | Author: 张建 | Hits:

[Embeded LinuxARM-Linux-jincheng

Description: LINUX进程线程开发实例,很好,很详细-LINUX development process thread instance, very good, very detailed ,,,,,,
Platform: | Size: 191488 | Author: lizhining | Hits:

[Linux-Unixthread-test.tar

Description: 一个关于linux线程的互斥量,条件变量,信号量的例子,看完了明白互斥量等线程同步的基本使用方法-A thread on linux mutex example, read the understand the basics of using a mutex
Platform: | Size: 1024 | Author: 杨永 | Hits:

[Linux-Unixlinux-exec

Description: linux 线程管理示例代码,程序包中包含多个不同版本,供参考学习!-linux thread management sample code package contains several different versions, for reference to learn!
Platform: | Size: 2048 | Author: admiral | Hits:

[Linux-Unixthread

Description: Thread sample in linux
Platform: | Size: 8192 | Author: aram | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 28 »

CodeBus www.codebus.net